Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Applet Control Functions /


JMGetAppletViewerObject

Returns a JRI reference to a JMAppletViewerRef object.

jref JMGetAppletViewerObject (JMAppletViewerRef viewer);
viewer
The applet whose Java object you want to find.
function result
A pointer to the com.apple.mrj.JManager.JMAppletViewer Java object.
DISCUSSION
The JMAppletViewerRef object is not the same as an applet object (that is, a java. applet.Applet object). A JMAppletViewer object encapsulates the Java applet object so it may be handled outside the Java environment.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997